home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / BUS / DynRisk 68k 4.01 demo.sit / DynRisk-Help.rsrc / TEXT_6516.txt < prev    next >
Text File  |  1996-08-30  |  468b  |  13 lines

  1. Poly2
  2.  
  3. Second order polynomial function. This function lets you calculate a second order polynomial transformation of the input value. The 窶彗窶 parameter is the constant term, the 窶彙窶 parameter is the coefficient of the first order term, and the 窶彡窶 parameter is the coefficient of the second order term.
  4.  
  5. Default parameter values:
  6.     a = 0, b = 1, c = 0
  7.  
  8. Example:
  9.     a = 3, b = 2, c = 1.5
  10.  
  11.     Input = 4.2  =>  Output =     37.86
  12.     Input = 8.5  =>  Output =     128.375
  13.